Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/index.html
355 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/script.js
222 Views
0 Comments
const days = document.getElementById("days");
const hours = document.getElementById("hours");
const minutes = document.getElemen
spinner.gif /cody/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/spinner.gif
197 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/style.css
163 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");

* {
box-sizing: border-box;
}

body {
backgro